From 481efd7632124a22c88cae33d7fcd386e848ea2b Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Mon, 23 Nov 2015 16:58:17 -0500 Subject: [PATCH] inline tables must be on one line, because TOML --- src/doc/manifest.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index b5c05485a..e3accd2e7 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -304,11 +304,7 @@ To use the package `awesome`: ```toml [dependencies] -awesome = { version = "1.3.5", - default-features = false, # do not include the default features, and optionally - # cherry-pick individual features - features = ["secure-password", "civet"] - } +awesome = { version = "1.3.5", default-features = false, features = ["secure-password", "civet"] } ``` ## Rules -- 2.30.2